home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / LAN / LANLINK.ARJ / LANLINK.DOC < prev    next >
Text File  |  1992-06-28  |  5KB  |  114 lines

  1.  
  2.                                 Lan Link-In
  3.                         For LANtastic networks only
  4.                           Written by Todd Miller
  5.                           Copyrighted 1991, 1992
  6.  
  7. Disclaimer
  8. ----------
  9.     This software (including instructions for its use) is provided "as is"
  10.     without warranty of any kind. Further, the author does not warrant,
  11.     gaurantee, or make any representations regarding the use, or the results
  12.     of the use, of the software or written materials concerning the software
  13.     in terms of correctness, accuracy, reliabilty, currentness, or otherwise.
  14.     The entire risks as to the results and performance of the software is
  15.     assumed by you. If the software or written materials are defective, you,
  16.     and not the author, or the authors distributors or emplyoees, assume
  17.     the entire cost of all necessary servicing, repair, or correction.
  18.  
  19.     Neither the author nor anyone else who has been involved in the creation,
  20.     production, or delivery of this software shall be liable for any direct,
  21.     indirect, consequential, or incidental damages (including damages for
  22.     loss of business profits, business interruption, loss of busines
  23.     information, and the like) arising out of the use of or inability of
  24.     to use such software. Distribution of the software is allowed as long
  25.     as it is in complete form as when you recieved it.
  26.  
  27.     Sorry about the long legal stuff, but you need to cover yourself these
  28.     days! Anyway, on to the fun stuff now.
  29.  
  30. Introduction
  31. ------------
  32.     Lan Link-up (Lanlink for short), is a program that will allow you to
  33.     more easily synchronize logging into your servers in your AUTOEXEC.BAT.
  34.     No more wait for 60 seconds and then try to login and hope it works,
  35.     or using the clumsy batch file language to look for ERRORLEVEL codes.
  36.     This program is short and simple. You just give it your computer's id
  37.     and password on the servers, and then tell it which servers to login to.
  38.  
  39.     If the server is not up, it will wait for it to become active and then
  40.     loging. A new "quick login" has been added so that Lanlink will try to
  41.     login to all the servers you've specified as soon as it loads, so incase
  42.     the servers are already up, you won't have to wait for them to send their
  43.     network id, which can take up to 10 or so seconds. This is really handy
  44.     when you have a user on-line, and you had to reboot the system and hope
  45.     that they won't hang up before it gets back.
  46.  
  47. Setting it up
  48. -------------
  49.     To setup Lanlink, all you need to do is done in three easy steps.
  50.  
  51.         1) Copy LANLINK.EXE and LANLINK.CFG into your LANTASTIC directory.
  52.  
  53.         2) Modify LANLINK.CFG so that it fits your system correctly.
  54.            LANLINK.CFG *MUST* be in the same directory as LANLINK.EXE
  55.            Here's the format for LANLINK.CFG
  56.               Your computer's id on the servers
  57.               Your computer's password on the servers
  58.               Registration Number (0 if unregistered)
  59.               Server #1 to login to
  60.               Server #2 to login to
  61.               Server #3 to login to
  62.               Server #4 to login to
  63.               Server #5 to login to
  64.               Server #6 to login to
  65.               Server #7 to login to
  66.               Server #8 to login to
  67.               Server #9 to login to
  68.               Server #10 to login to
  69.            You don't have to specify 10 servers, just specify as many as
  70.            you have. Don't leave the unused servers to login to as blank
  71.            lines.
  72.  
  73.            An example LANLINK.CFG file is:
  74.               MyAt
  75.               Pass
  76.               0
  77.               MainServer
  78.               SecServer
  79.  
  80.         3) Modify your AUTOEXEC.BAT so that you call LANLINK.EXE where you
  81.            do you logins at. Replace your login in lines with this one line:
  82.               LANLINK.EXE
  83.             
  84.            An example AUTOEXEC.BAT would be:
  85.                 NEW                             OLD
  86.               CD \LANTASTI                   CD \LANTASTI
  87.               LANBIOS                        LANBIOS
  88.               REDIR MyAT                     REDIR MyAT
  89.               LANLINK.EXE                    NET LOGIN \\MainServer MyAt Pass
  90.               NET USE D: \\MainServer\CROOT  NET LOGIN \\SecServer MyAt Pass
  91.               NET USE E: \\SecServer\TAPE    NET USE D: \\MainServer\CROOT
  92.                                              NET USE E: \\SecServer\TAPE
  93.  
  94.     And that's all!
  95.  
  96.     Feel free to copy and use Lan Link-up on your other terminals as well.
  97.  
  98.     Lan Link-Up when registered will allow you to login to more than one
  99.     server and will also get rid of the 15 second delay. You can register
  100.     your copy of Lan Link-Up and use it through out your home or office
  101.     for just $10, it doesn't matter how many copies you use, all you pay
  102.     is $10! What a deal!
  103.  
  104.     To register, send $10 (checks made out to Todd Miller) to
  105.  
  106.         PC-Technologies
  107.         PO Box 77103
  108.         Greensboro, NC 27417-7103
  109.  
  110.     Remeber, if you don't support shareware, then there will be less and
  111.     less shareware out there. The registrations encourage the authors to
  112.     keep writing more shareware, and better quality. Not registering is
  113.     a self-defeating process.
  114.